//N1.01     ;
//       lotdecimal  ;
//       Slippage(slip)     ;
//         RSI   RsiLevel;
//       : Rsi_TF -  timeframe   RSI;(09.07.12)

//N1.02      Market Execution(TP=0,  );

//N1.03     (DynamicPips);(23.07.12)
// 1.02
//     ,    

// 1.03
//  PipStep   

// 1.4
//:     Bay,   RSI    30,   
//  70.     .       
//. 

// 1.5
//      

// 1.6
//  3    ,   4   .

   1.5.   GBPUSD. TF 15.   .
        .   .      .


MinLot          =false;  //   

      ,         ,    .

MLots           = 1.2;   //   

     ,     ,    .
  
UseEquityLot    =false;  //      

   .        .

LotExponent     = 1.6;   //        

      ILAN   .
 
DefaultPips     = 15;    //   

   ,      ,       .


TakeProfit      = 30;    //       

DMaxTrades      = 6;    //     

TipStep         = 3;     // 0  Pipstep = DefaultPips
                                       // 1   DynamicPips
                                       // 2   Progress
                                       // 3   Fibo
     3,          
                                       
StepFibo        = 5;     //    PipStep  Fibo


RsiLevel        = 30;    //      RSI(5...45)

RsiPeriod       = 14;    //   RSI

Rsi_TF          = 0;     // 0 -   , 1 - M5, 2 - M15, 3 - M30, 4 - 1(0...4)

      RSI.    ,   - .     0.

Stoch_k         = 33;
Stoch_d         = 3;
Stoch_s         = 9;     // 
Stoch_Pr        = 0;     // 0 - Low/High  1 - Close/Close
Stoch_min         = 20;
Stoch_max         = 80;

          .          20 (BUY)  80 (SELL).

Use_Rsi         = true;  // true -  Rsi, false -  

TradeRsiDir     = true;  // true -   Bay/Sell     /

Restore         = true; //      

 true,       .   .  TP ,     .     .

     .   ,       ,     StepFibo.   ,     ,   ,    .

UseEquityStop   = FALSE;//   
TotalEquityRisk = 20.0;  //    %  
 ,    .  ,    .

extern bool   Debug           = True;  // /    

      .

